﻿2026-06-19T05:28:39.2658338Z ##[group]Run actions/checkout@v5
2026-06-19T05:28:39.2659199Z with:
2026-06-19T05:28:39.2659566Z   repository: SaberMage/spt-core
2026-06-19T05:28:39.2662973Z   token: ***
2026-06-19T05:28:39.2663325Z   ssh-strict: true
2026-06-19T05:28:39.2663682Z   ssh-user: git
2026-06-19T05:28:39.2664032Z   persist-credentials: true
2026-06-19T05:28:39.2664413Z   clean: true
2026-06-19T05:28:39.2664767Z   sparse-checkout-cone-mode: true
2026-06-19T05:28:39.2665168Z   fetch-depth: 1
2026-06-19T05:28:39.2665511Z   fetch-tags: false
2026-06-19T05:28:39.2665854Z   show-progress: true
2026-06-19T05:28:39.2666206Z   lfs: false
2026-06-19T05:28:39.2666535Z   submodules: false
2026-06-19T05:28:39.2666892Z   set-safe-directory: true
2026-06-19T05:28:39.2667479Z ##[endgroup]
2026-06-19T05:28:39.3446551Z Syncing repository: SaberMage/spt-core
2026-06-19T05:28:39.3448098Z ##[group]Getting Git version info
2026-06-19T05:28:39.3448757Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-19T05:28:39.3449826Z [command]/usr/bin/git version
2026-06-19T05:28:39.3450244Z git version 2.43.0
2026-06-19T05:28:39.3453818Z ##[endgroup]
2026-06-19T05:28:39.3464670Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/805438d6-557a-4ca2-8e6b-5416eb9cde42' before making global git config changes
2026-06-19T05:28:39.3465834Z Adding repository directory to the temporary git global config as a safe directory
2026-06-19T05:28:39.3467677Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-19T05:28:39.3499914Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-19T05:28:39.3517910Z https://github.com/SaberMage/spt-core
2026-06-19T05:28:39.3527898Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-19T05:28:39.3530287Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-19T05:28:39.3549132Z refs/heads/main
2026-06-19T05:28:39.3555636Z [command]/usr/bin/git checkout --detach
2026-06-19T05:28:39.3632984Z HEAD is now at 185eaeeb fix(ci): test-only — Linux dead-trait gate + breakaway test skips a runner-confounded escape
2026-06-19T05:28:39.3667331Z [command]/usr/bin/git branch --delete --force main
2026-06-19T05:28:39.3694585Z Deleted branch main (was 185eaeeb).
2026-06-19T05:28:39.3765709Z ##[endgroup]
2026-06-19T05:28:39.3767861Z [command]/usr/bin/git submodule status
2026-06-19T05:28:39.3970020Z ##[group]Cleaning the repository
2026-06-19T05:28:39.3972091Z [command]/usr/bin/git clean -ffdx
2026-06-19T05:28:39.3999764Z Removing traceable-reqs
2026-06-19T05:28:39.4007154Z [command]/usr/bin/git reset --hard HEAD
2026-06-19T05:28:39.4054535Z HEAD is now at 185eaeeb fix(ci): test-only — Linux dead-trait gate + breakaway test skips a runner-confounded escape
2026-06-19T05:28:39.4059201Z ##[endgroup]
2026-06-19T05:28:39.4060764Z ##[group]Disabling automatic garbage collection
2026-06-19T05:28:39.4063373Z [command]/usr/bin/git config --local gc.auto 0
2026-06-19T05:28:39.4087661Z ##[endgroup]
2026-06-19T05:28:39.4088409Z ##[group]Setting up auth
2026-06-19T05:28:39.4092964Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-19T05:28:39.4119083Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-19T05:28:39.4301111Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-19T05:28:39.4326973Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-19T05:28:39.4510248Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-19T05:28:39.4536417Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-19T05:28:39.4721746Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-19T05:28:39.4751408Z ##[endgroup]
2026-06-19T05:28:39.4752017Z ##[group]Fetching the repository
2026-06-19T05:28:39.4757724Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +185eaeeb77026473a12d7b74432c81a53a0ee43d:refs/remotes/origin/main
2026-06-19T05:28:39.9075480Z ##[endgroup]
2026-06-19T05:28:39.9076425Z ##[group]Determining the checkout info
2026-06-19T05:28:39.9077271Z ##[endgroup]
2026-06-19T05:28:39.9088470Z [command]/usr/bin/git sparse-checkout disable
2026-06-19T05:28:39.9122684Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-19T05:28:39.9145828Z ##[group]Checking out the ref
2026-06-19T05:28:39.9147544Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-19T05:28:39.9190712Z Switched to a new branch 'main'
2026-06-19T05:28:39.9191531Z branch 'main' set up to track 'origin/main'.
2026-06-19T05:28:39.9195637Z ##[endgroup]
2026-06-19T05:28:39.9225824Z [command]/usr/bin/git log -1 --format=%H
2026-06-19T05:28:39.9246891Z 185eaeeb77026473a12d7b74432c81a53a0ee43d
